home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / ommm_170.arc / READ.ME < prev    next >
Text File  |  1991-07-13  |  1KB  |  35 lines

  1. New routing verb "ZONE xxx".
  2.  
  3.      OMMM handles generic routing in your current (primary)
  4. OUTBOUND directory. For example, routing statements like:
  5.      UNHOLD ALL
  6.      NORMCM ALL
  7. Will only unhold and send CM to ALL nodes with mail in your
  8. primary zone.
  9.  
  10.      Assuming you are in Zone 1, and you have mail for nodes in
  11. Zone 2 that you wish to unhold you could do the following:
  12.      UNHOLD ALL                ; Unholds ALL mail in Zone 1. (OUTBOUND).
  13.      UNHOLD 2:20/10 2:200/1    ; Unholds mail in Zone 2 (OUTBOUND.002)
  14.                                ; for these nodes only.
  15.  
  16.      To make life easier, since you do not know who you may
  17. specifically have mail for in Zone 2, you could do:
  18.      UNHOLD ALL                ; Unholds ALL mail in Zone 1 (OUTBOUND).
  19.      ZONE 2                    ; Make Zone 2 (OUTBOUND.002) primary zone.
  20.      UNHOLD ALL                ; Unholds ALL mail in Zone 2 (OUTBOUND.002).
  21.      ZONE 1                    ; Switch back to Zone 1.
  22.  
  23.  
  24.      *****WARNING****
  25.      ALL routing verbs AFTER a ZONE verb will be acted as though
  26. the new zone is your primary zone. Be sure to change Zones back
  27. if this is NOT desired!
  28.  
  29.      This is a quick fix. Future versions of OMMM will accept:
  30. UNHOLD ALL    ; Unholds ALL mail in ALL zones.
  31. UNHOLD 2:ALL  ; Unholds ALL mail in zone 2.
  32.  
  33. THIS IS NOT AVAILABLE YET, but is being worked on in the next
  34. version.
  35.